home *** CD-ROM | disk | FTP | other *** search
/ Manchester United on CD / Manchester United on CD.iso / systemcheck.dxr / 00010.ls < prev    next >
Encoding:
Text File  |  2000-08-30  |  261 b   |  7 lines

  1. on exitFrame
  2.   if (the desktopRectList)[1].width < 800 then
  3.     alert("You need to use your" && QUOTE & "Display" & QUOTE && "control panel to set your screen to at least 800 by 600 pixels." & RETURN & "This application will now quit.")
  4.     quit()
  5.   end if
  6. end
  7.